home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / GAS211S2.ZIP / src / gas-211 / libibert / changelo < prev    next >
Text File  |  1993-05-30  |  25KB  |  713 lines

  1. Fri May 14 17:13:05 1993  Per Bothner  (bothner@cygnus.com)
  2.  
  3.     * cplus-dem.c:  Whether initial underscores are stripped
  4.     depends on the external variable prepends_underscore
  5.     (which is generated by the binutils Makefile).
  6.  
  7. Fri May 14 07:32:20 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
  8.  
  9.     * cplus-dem.c (mop_up, arm_special): Remove some unused variables.
  10.  
  11. Tue May  4 20:31:59 1993  Fred Fish  (fnf@cygnus.com)
  12.  
  13.     * cplus-dem.c (consume_count):  Return zero if arg does not
  14.     start with digit, and don't consume any input.
  15.  
  16. Tue May  4 08:10:28 1993  Jim Kingdon  (kingdon@cygnus.com)
  17.  
  18.     * Makefile.in (demangle): Use ${srcdir} not $^.
  19.  
  20.     * strtod.c: New file, needed at least for BSD 4.3.
  21.  
  22. Sun May  2 11:30:42 1993  Fred Fish  (fnf@cygnus.com)
  23.  
  24.     * strsignal.c (sys_siglist):  For ANSI compilations, type is
  25.     "const char *const".  Also remove conditionalization on __STDC__
  26.     since const is defined away for non-ANSI.
  27.  
  28. Wed Apr 28 19:29:55 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
  29.  
  30.     * configure.in: Recognize *-*-hpux.
  31.     * config/mh-hpux: New file.
  32.  
  33. Tue Apr 27 15:22:19 1993  Per Bothner  (bothner@cygnus.com)
  34.  
  35.     * tmpnam.c:  Added ANSI tmpnam() function.
  36.     * functions.def, Makefile.in:  Update accordingly.
  37.  
  38. Tue Apr 27 13:38:38 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
  39.  
  40.     * cplus-dem.c (demangle_function_name): Get the demangling of
  41.     stop__1A right.
  42.  
  43. Fri Apr 16 23:48:24 1993  Jim Kingdon  (kingdon at calvin)
  44.  
  45.     * cplus-dem.c: Declare strstr return type.
  46.  
  47. Fri Mar 26 12:01:26 1993  Jim Kingdon  (kingdon@cygnus.com)
  48.  
  49.     * strsignal.c: Add some AIX signals.
  50.  
  51. Thu Mar 25 15:17:23 1993  Ian Lance Taylor  (ian@cygnus.com)
  52.  
  53.     * Makefile.in (MAKEOVERRIDES): Define to be empty.
  54.  
  55. Wed Mar 24 01:59:25 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
  56.  
  57.     * Makefile.in: add installcheck & dvi targets
  58.  
  59. Thu Mar 18 14:05:44 1993  Per Bothner  (bothner@rtl.cygnus.com)
  60.  
  61.     * ieee-float.c:  New file, moved from ../gdb (since it is
  62.     needed by ../opcode/m68k-dis.c).
  63.  
  64. Tue Mar  2 17:47:31 1993  Fred Fish  (fnf@cygnus.com)
  65.  
  66.     * cplus-dem.c:  Replace all references to cfront with ARM.
  67.  
  68. Fri Feb 26 00:17:07 1993  Per Bothner  (bothner@rtl.cygnus.com)
  69.  
  70.     * cplus-dem.c:  Fix main program (when compiled with -DMAIN)
  71.     to be more useful as a filter.
  72.  
  73. Sat Feb 20 21:41:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  74.  
  75.     * Makefile.in (install_to_libdir, install_to_tooldir): Go into the
  76.     destination directory before running $(RANLIB), in case that
  77.     program tries to create a file in the current directory as part of
  78.     its work.
  79.  
  80. Thu Feb 18 23:00:19 1993  John Gilmore  (gnu@cygnus.com)
  81.  
  82.     * strsignal.c (sys_siglist):  Remove yet another *%^&%&$# "const"
  83.     because BSD 4.4 lacks one.  Isn't this fun?
  84.  
  85. Thu Feb 18 11:24:25 1993  Fred Fish  (fnf@cygnus.com)
  86.  
  87.     * cplus-dem.c (demangle_signature):  Set func_done after
  88.     demangling a template.
  89.     * cplus-dem.c (demangle_template):  Fix several small bugs
  90.     in demangling GNU style templates.
  91.     * cplus-dem.c (demangle_prefix):  Fix for templates in GNU
  92.     style constructors.
  93.     * cplus-dem.c (gnu_special):  Fix for templates in GNU style
  94.     static data members.
  95.  
  96. Tue Feb 16 17:28:35 1993  Fred Fish  (fnf@cygnus.com)
  97.  
  98.     * cplus-dem.c (demangle_signature):  Modify to include type
  99.     modifiers like static and const in remembered types.
  100.  
  101. Thu Feb 11 22:20:47 1993  Fred Fish  (fnf@cygnus.com)
  102.  
  103.     * cplus-dem.c (demangled_qualified):  Add new parameter that tells
  104.     whether to prepend or append the qualifiers.
  105.     * cplus-dem.c (string_prepends):  Used now, remove #if 0.
  106.     * cplus-dem.c (demangle_signature):  Call demangle_qualified
  107.     with prepending.
  108.     * cplus_dem.c (gnu_special):  Recognize static data members that
  109.     use qualified names.
  110.     * cplus-dem.c (demangle_qualified):  Accumulate qualifiers in a
  111.     temporary buffer and the prepend or append them to the result,
  112.     as specified by the new "append" flag.
  113.     * cplus-dem.c (do_type):  Call demangled_qualified with
  114.     appending.
  115.  
  116. Mon Dec 28 10:47:19 1992  Ken Raeburn  (raeburn@cygnus.com)
  117.  
  118.     * strsignal.c (signal_table): Now const.
  119.     (init_signal_tables): Variable eip now points to const.
  120.  
  121.     * strerror.c (error_table): Now const.
  122.     (init_error_tables): Variable eip now points to const.
  123.  
  124. Tue Dec 15 15:36:50 1992  Per Bothner  (bothner@cygnus.com)
  125.  
  126.     * memchr.c (memchr):  New (ANSI standard) function.
  127.     * Makefile.in, functions.def:  Added memchr.
  128.     * Makefile.in (AR_FLAGS): Use rc instad of non-standard cq.
  129.  
  130. Wed Dec  2 22:49:10 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  131.  
  132.     * getopt.c: remove use of USG around <alloca.h>, which never meant
  133.     anything anyway
  134.  
  135.     * config/mh-{aix,apollo68,ncr3000,sysv,sysv4}: removed definitions
  136.     of USG and USGr4
  137.  
  138. Thu Nov 19 03:09:33 1992  Brendan Kehoe  (brendan@lisa.cygnus.com)
  139.  
  140.     * cplus-dem.c (demangle_fund_type): Recognize `w', a wide character;
  141.     it's now a type according to the ANSI X3J16 working paper; output
  142.     "wchar_t" for it.
  143.     (demangle_template): Accept `w' as an integral type.
  144.     (xmalloc, xrealloc): Use `char *', not `PTR'.  Cast calls to their
  145.     counterparts malloc and realloc to `char *'.
  146.     (main): Exit with a 0 status.
  147.     * Makefile.in (demangle): Don't expect the user to define
  148.     DEMANGLE, instead force to be cplus-dem.c.  Look in $(srcdir)/../include
  149.     for demangle.h.  Pass it any HDEFINES or XTRAFLAGS.
  150.  
  151. Wed Nov 18 18:56:20 1992  John Gilmore  (gnu@cygnus.com)
  152.  
  153.     * Makefile.in (AR_FLAGS):  Avoid verbosity.
  154.     * config/mh-sysv4:  Remove AR_FLAGS override, use INSTALL=cp,
  155.     replace USGr4 with HAVE_SYSCONF.
  156.     * config/mh-solaris:  Remove; mh-sysv4 works now.
  157.     * getpagesize.c:  Replace USGr4 with HAVE_SYSCONF.
  158.     * configure.in:  Simplify host matching table, remove separate
  159.     solaris config file.
  160.  
  161. Sun Nov 15 09:35:16 1992  Fred Fish  (fnf@cygnus.com)
  162.  
  163.     * configure.in (i[34]86-*-solaris2*):  Add, use mh-sysv4.
  164.  
  165. Tue Nov  3 21:27:03 1992  Brendan Kehoe  (brendan@cygnus.com)
  166.  
  167.     * cplus-dem.c (xmalloc, xrealloc): Add decls.
  168.     (remember_type): Don't cast xmalloc.
  169.     (string_need): Likewise; don't cast xrealloc either.
  170.  
  171. Fri Oct 23 08:52:01 1992  Ian Lance Taylor  (ian@cygnus.com)
  172.  
  173.     * Makefile.in, functions.defs, rename.c: added simple
  174.     implementation of rename, since some binutils programs use it.
  175.  
  176. Thu Oct 15 15:18:22 1992  Per Bothner  (bothner@cygnus.com)
  177.  
  178.     * strsignal.c:  Add appropriate 'const' to sys_siglist
  179.     extern declaration (if __STDC__).  (Needed for Linux.)
  180.     * strsignal.c (strsignal): Add cast to remove const-ness.
  181.  
  182. Fri Oct  9 03:22:55 1992  John Gilmore  (gnu@cygnus.com)
  183.  
  184.     * Makefile.in (needed.awk, needed2.awk):  Remove erroneous \'s
  185.     before "'s, diagnosed by BSD 4.4 awk.
  186.  
  187. Thu Oct  8 15:25:12 1992  Ian Lance Taylor  (ian@cygnus.com)
  188.  
  189.     * Makefile.in: create config.h and needed-list through $(CONFIG_H)
  190.     and $(NEEDED_LIST), to give some hooks for xiberty.
  191.  
  192. Thu Oct  1 23:31:42 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  193.  
  194.     * configure.in: use cpu-vendor-triple instead of nested cases
  195.  
  196. Wed Sep 30 11:26:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
  197.  
  198.     * Makefile.in, argv.c, basename.c, bcmp.c, bcopy.c, bzero.c,
  199.     concat.c, cplus-dem.c, fdmatch.c, getcwd.c, getopt.c, getopt1.c,
  200.     getpagesize.c, insque.c, memcmp.c, memcpy.c, memmove.c, memset.c,
  201.     obstack.c, sigsetmask.c, spaces.c, strchr.c, strerror.c,
  202.     strrchr.c, strsignal.c, strstr.c, vfork.c, vsprintf.c:
  203.     Convert from using GPL to LGPL.
  204.  
  205. Sat Sep 26 04:01:30 1992  John Gilmore  (gnu@cygnus.com)
  206.  
  207.     * Makefile.in (errors):  Leave dummy.o and dummy around so that
  208.     we can see how the needed list was generated (it's sometimes wrong).
  209.     (mostlyclean):  Remove them.
  210.  
  211. Mon Sep 21 14:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
  212.  
  213.     * getcwd.c: supply a default if MAXPATHLEN is not defined.
  214.  
  215.     * config/mh-irix4: set EXTRA_OFILES to alloca.o, from WRS.
  216.  
  217. Wed Sep  9 12:41:48 1992  Ian Lance Taylor  (ian@cygnus.com)
  218.  
  219.     * Makefile.in: Use XTRAFLAGS when compiling, so that xiberty works
  220.     when cross-compiling.
  221.  
  222. Thu Sep  3 13:29:39 1992  K. Richard Pixley  (rich@sendai.cygnus.com)
  223.  
  224.     * cplus-dem.c: (demangle_prefix): reduction in strength of strstr
  225.       as a time optimization.
  226.  
  227.     * cplus-dem.c (cplus_demangle): remove strpbrk test.  Appears to
  228.       be more expensive than simply demangling.
  229.  
  230.     * cplus-dem.c (cplus_match): new function.
  231.  
  232. Tue Sep  1 15:24:04 1992  Per Bothner  (bothner@rtl.cygnus.com)
  233.  
  234.     * cplus-dem.c:  #include <stdio.h>, to define NULL.
  235.     Define current_demangling_style.
  236.  
  237. Sun Aug 30 17:58:19 1992  Per Bothner  (bothner@rtl.cygnus.com)
  238.  
  239.     * cplus-dem.c:  New file, moved from ../gdb.
  240.     * cplus-dem.c (set_cplus_marker_for_demangling):  New exported
  241.     function, to avoid compiling in target-dependency for CPLUS_MARKER.
  242.     * cplus-dem.c (cplus_demangle):  Allow demangling style option
  243.     to be passed as a parameter, but using the global variable
  244.     current_demangling_style as a default.
  245.     * Makefile.in:  Update for cplus-dem.c
  246.  
  247. Sat Aug 29 10:44:09 1992  Fred Fish  (fnf@cygnus.com)
  248.  
  249.     * obstack.c:  Merge in comment changes from FSF version.  Now
  250.     matches the FSF version exactly.
  251.  
  252. Fri Aug 28 18:39:08 1992  John Gilmore  (gnu@cygnus.com)
  253.  
  254.     * obstack.c (CALL_FREEFUN):  Can't use ?: with void values (at
  255.     least on losing DECstations!); use if-then-else instead.
  256.  
  257. Wed Aug 19 14:40:34 1992  Ian Lance Taylor  (ian@cygnus.com)
  258.  
  259.     * Makefile.in: always create installation directories.
  260.  
  261. Mon Aug 10 17:33:40 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
  262.  
  263.        * Makefile.in: clean up definition of CFILES, more comments
  264.  
  265. Sat Aug  8 23:10:59 1992  Fred Fish  (fnf@cygnus.com)
  266.  
  267.     * getopt.c (my_index):  Make first arg const to match strchr,
  268.     which it sometimes is remapped to.
  269.  
  270. Sat Aug  1 13:48:50 1992  Fred Fish  (fnf@cygnus.com)
  271.  
  272.     * obstack.c (DEFAULT_ALIGNMENT):  Update to match FSF version.
  273.     * obstack.c (_obstack_begin):  Initialize use_extra_arg.
  274.     * obstack.c (_obstack_begin_1):  New, from FSF version.
  275.  
  276. Mon Jul 20 21:07:58 1992  Fred Fish  (fnf@cygnus.com)
  277.  
  278.     * obstack.c (CALL_CHECKFUN, CALL_FREEFUN):  Use use_extra_arg and
  279.     extra_arg.
  280.     * obstack.c (_obstack_begin):  Remove area_id and flags arguments
  281.     (previously added for mmalloc support, interface has changed).
  282.     Also convert flags usage to use use_extra_arg and maybe_empty_object.
  283.  
  284. Fri Jul 10 00:41:53 1992  Fred Fish  (fnf@cygnus.com)
  285.  
  286.     * argv.c:  Move expandargv inline and eliminate static variables.
  287.     Rewrite to always allocate in powers of two.  Fix to return an
  288.     argv with a single null string arg if passed a null string.
  289.  
  290. Fri Jul  3 20:27:29 1992  Fred Fish  (fnf@cygnus.com)
  291.  
  292.     * random.c, sigsetmask.c, strerror.c, strsignal.c:  Remove
  293.     "(void)" casts from function calls where the return value is
  294.     ignored, in accordance with GNU coding standards.
  295.  
  296. Mon Jun 29 10:54:19 1992  Fred Fish  (fnf at cygnus.com)
  297.  
  298.     * bcopy.c, strerror.c, strsignal.c:  Lint.
  299.  
  300. Thu Jun 25 09:18:41 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  301.  
  302.     * getopt.c: merge changes from make.
  303.  
  304. Thu Jun 25 04:43:22 1992  John Gilmore  (gnu at cygnus.com)
  305.  
  306.     * alloca.c:  Incorporate fixes from gdb/alloca.c.
  307.     FIXME:  Eventually move gdb's alloca configuration files here,
  308.     and remove gdb/alloca.c and its Makefile.in support.
  309.  
  310. Tue Jun 23 21:56:30 1992  Fred Fish  (fnf@cygnus.com)
  311.  
  312.     * dummy.c:  Define NOTHING to /*nothing*/, change return type
  313.     of main to int and return zero.
  314.     * functions.def:  Supply NOTHING as the fourth arg to macros
  315.     that don't have an explicit arg, to satisfy picky preprocessors.
  316.  
  317. Wed Jun 17 18:13:58 1992  Per Bothner  (bothner@rtl.cygnus.com)
  318.  
  319.     * Makefile.in:  Clean up *clean rules, as per standards.texi.
  320.  
  321. Tue Jun 16 16:11:59 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
  322.  
  323.     * getopt.c, getopt1.c: merged largely gratuitous, mostly
  324.       whitespace diffs from other prep distributions.
  325.  
  326. Mon Jun 15 12:25:46 1992  Fred Fish  (fnf@cygnus.com)
  327.  
  328.     * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
  329.     it is broken on ncr 3000's.
  330.  
  331. Mon Jun 15 01:03:26 1992  John Gilmore  (gnu at cygnus.com)
  332.  
  333.     * sigsetmask.c:  Rewrite.  Old one was very confused about its
  334.     arguments and result.  New one can't do much, but at least knows
  335.     what it can't do, and it's good enough for GDB's use.
  336.  
  337. Sun Jun 14 15:17:40 1992  Stu Grossman  (grossman at cygnus.com)
  338.  
  339.     * functions.def:  Use proper prototype for strtoul.
  340.  
  341. Fri Jun 12 19:22:40 1992  John Gilmore  (gnu at cygnus.com)
  342.  
  343.     * Makefile.in:  Add random.c.
  344.     * config/mh-*:  Use "true" rather than "echo >/dev/null" for ranlib.
  345.     * configure.in:  update solaris2 config.
  346.  
  347. Wed Jun 10 16:31:29 1992  Fred Fish  (fnf@cygnus.com)
  348.  
  349.     * random.c:  Add for random() and srandom().
  350.     * functions.def:  Add random
  351.  
  352. Tue Jun  9 17:27:18 1992  Fred Fish  (fnf@cygnus.com)
  353.  
  354.     * config/{mh-ncr3000, mh-sysv4}:  Add definition for INSTALL
  355.     using /usr/ucb/install.
  356.  
  357. Mon Jun  1 13:20:17 1992  Per Bothner  (bothner@rtl.cygnus.com)
  358.  
  359.     * strerror.c:  Kludge to guard against a conflict with
  360.     possible declaration of sys_errlist in errno.h.
  361.  
  362. Sun May 31 15:07:47 1992  Mark Eichin  (eichin at cygnus.com)
  363.  
  364.     * configure.in, config/mh-solaris: add solaris2 config support.
  365.  
  366. Fri May 29 17:23:23 1992  Per Bothner  (bothner@rtl.cygnus.com)
  367.  
  368.     * sigsetmask.c:  #ifdef out sigsetmask if SIG_SETMASK
  369.     is not defined (should be defined in signal.h, says Posix.).
  370.  
  371. Mon May 18 17:35:04 1992  K. Richard Pixley  (rich@cygnus.com)
  372.  
  373.     * getopt.c: merged changes from make-3.62.11.
  374.  
  375. Fri May  8 14:53:07 1992  K. Richard Pixley  (rich@cygnus.com)
  376.  
  377.     * getopt.c: merged changes from bison-1.18.
  378.  
  379. Tue May  5 11:51:40 1992  Per Bothner  (bothner@rtl.cygnus.com)
  380.  
  381.     * Makefile.in:  Don't have $(EXTRA_OFILES) depend on config.h,
  382.     since that introduces a circular dependency.
  383.     ($(EXTRA_OFILES) are used to build config.h.)
  384.  
  385.     * strtoul.c:  Fixes to handle non-decimal bases better.
  386.  
  387. Wed Apr 22 09:27:51 1992  Fred Fish  (fnf@cygnus.com)
  388.  
  389.     * config/mh-ncr3000:  Replace MINUS_G with CFLAGS.
  390.     * Makefile.dos:  Finish MINUS_G eradication.
  391.     * Makefile.in (CFILES):  Add strsignal.c.
  392.     * Makefile.in (REQUIRED_OFILES):  Add strerror.o strsignal.o
  393.     * Makefile.in (needed-list):  Split creation of errors file to
  394.     separate make target.
  395.     * Makefile.in (config.h, needed2.awk, errors):  New targets.
  396.     * Makefile.in (clean):  Split to multiple lines, add needed2.awk
  397.     and config.h.
  398.     * dummy.c (DEFFUNC, DEFVAR):  Add defines and undefs.
  399.     * functions.def (strerror):  Remove from optional list.
  400.     * functions.def (sys_nerr, sys_errlist, sys_siglist):  DEFVAR's
  401.     * functions.def (strerror, psignal):  DEFFUNC's
  402.     * strerror.c:  Rewrite from scratch to use sys_errlist only if
  403.     available, add errno_max(), add strerrno(), add strtoerrno(),
  404.     add test driver.
  405.     * strsignal.c:  New file, signal equivalent to strerror.c.
  406.     Uses sys_siglist if available, defines signo_max(), strsignal(),
  407.     strsigno(), strtosigno(), psignal(), and test driver.
  408.  
  409. Mon Apr 20 20:49:32 1992  K. Richard Pixley  (rich@cygnus.com)
  410.  
  411.     * Makefile.in: do not print recursion line.
  412.  
  413.     * Makefile.in: allow CFLAGS to be passed in from command line.
  414.       Removed MINUS_G.  Default CFLAGS to -g.
  415.  
  416. Mon Apr 20 12:57:46 1992  Per Bothner  (bothner@rtl.cygnus.com)
  417.  
  418.     * config/mh-aix:  New.  EXTRA_OFILES lists copysign.o,
  419.     so libg++ users don't have to be inconvenienced by a
  420.     libc.a bug (libc.a needs copysign, but doesn't define it!).
  421.     * configure.in:  Use config/mh-aix.
  422.     * strtoul.c:  Handle '-' as required by ANSI.
  423.     Clean up radix handling.
  424.     * strstr.c:  Fix buggy algorithm.
  425.     * Makefile.in:  Change so that ${EXTRA_OFILES} is
  426.     appended to needed-list (which is used by libg++).
  427.  
  428. Fri Apr 10 22:51:41 1992  Fred Fish  (fnf@cygnus.com)
  429.  
  430.     * configure.in:  Recognize new ncr3000 config.
  431.     * config/mh-ncr3000:  New config file.
  432.  
  433. Wed Apr  1 23:31:43 1992  John Gilmore  (gnu at cygnus.com)
  434.  
  435.     * argv.c, dummy.c:  Lint.
  436.  
  437. Tue Mar 31 18:46:44 1992  Fred Fish  (fnf@cygnus.com)
  438.  
  439.     * config/mh-sysv4:  New config file.
  440.     * configure.in (host_makefile_frag):  Set to config/mh-sysv4 for
  441.     host_os == sysv4.
  442.     * getpagesize.c:  For SVR4, use sysconf(_SC_PAGESIZE) to get
  443.     pagesize.
  444.  
  445. Sun Mar 29 12:26:42 1992  John Gilmore  (gnu at cygnus.com)
  446.  
  447.     * getopt.c:  Lint.
  448.  
  449. Fri Mar 27 08:32:55 1992  Fred Fish  (fnf@cygnus.com)
  450.  
  451.     * functions.def (alloca):  Fix return type and args to avoid
  452.     type clash with gcc's builtin alloca.
  453.  
  454. Tue Mar 24 23:33:42 1992  K. Richard Pixley  (rich@cygnus.com)
  455.  
  456.     * configure.in, config/mh-irix4: irix4 support.
  457.  
  458.     * Makefile.in, functions.def, alloca.c: added alloca.
  459.  
  460. Tue Mar 24 17:34:46 1992  Stu Grossman  (grossman at cygnus.com)
  461.  
  462.     * obstack.c (CALL_FREEFUN):  Make it compile on DECstations.
  463.  
  464. Thu Mar 19 13:57:42 1992  Fred Fish  (fnf@cygnus.com)
  465.  
  466.     * argv.c:  Fix various external function definitions to be
  467.     correct in an ANSI compilation environment.
  468.  
  469. Sat Mar 14 17:28:17 1992  Fred Fish  (fnf@cygnus.com)
  470.  
  471.     * obstack.c:  Changes to support calling mmalloc functions,
  472.     which take an additional argument over malloc functions.
  473.  
  474. Fri Mar  6 22:01:10 1992  K. Richard Pixley  (rich@cygnus.com)
  475.  
  476.     * added check target.
  477.  
  478. Thu Feb 27 22:19:39 1992  Per Bothner  (bothner@cygnus.com)
  479.  
  480.     * argv.c:  #include alloca-conf.h (needed by AIX).
  481.  
  482. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  483.  
  484.     * Makefile.in, configure.in: removed traces of namesubdir,
  485.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  486.       copyrights to '92, changed some from Cygnus to FSF.
  487.  
  488. Sat Feb 22 01:09:21 1992  Stu Grossman  (grossman at cygnus.com)
  489.  
  490.     * argv.c:  Check in Fred's version which fixes problems with
  491.     alloca().
  492.  
  493. Fri Feb  7 21:46:08 1992  Stu Grossman  (grossman at cygnus.com)
  494.  
  495.     * makefile.dos:  Remove NUL to keep patch from failing.
  496.  
  497. Thu Jan 30 22:48:41 1992  Stu Grossman  (grossman at cygnus.com)
  498.  
  499.     * getopt.c (_getopt_internal):  Fix usage of enum has_arg.
  500.  
  501. Mon Jan 20 18:53:23 1992  Stu Grossman  (grossman at cygnus.com)
  502.  
  503.      * getopt.c, getopt1.c, ../include/getopt.h:  Get latest versions.
  504.  
  505. Sat Jan 18 16:53:01 1992  Fred Fish  (fnf at cygnus.com)
  506.  
  507.     * argv.c:  New file to build and destroy standard argument
  508.     vectors from a command string.
  509.  
  510.     * Makefile.in:  Add argv.c and argv.o to appropriate macros.
  511.  
  512. Fri Dec 20 12:12:57 1991  Fred Fish  (fnf at cygnus.com)
  513.  
  514.     * configure.in:  Change svr4 references to sysv4.
  515.  
  516.     * rindex.c:  Declare return type of externally used function
  517.     strrchr().
  518.  
  519. Thu Dec 19 18:35:03 1991  John Gilmore  (gnu at cygnus.com)
  520.  
  521.     * Makefile.in:  Remove "***" in normal output, since Make produces
  522.     this on errors, and it's convenient to search for.
  523.  
  524. Tue Dec 17 23:21:30 1991  Per Bothner  (bothner at cygnus.com)
  525.  
  526.     * memcmp.c, memcpy.c, memmove.c, memset.c, strchr.c, strrchr.c:
  527.     New ANSI functions.  The old non-ANSI functions (such as bcopy)
  528.     should be avoided.
  529.     * bcopy.c:  Fix to correctly handle overlapping regions.
  530.     * index.c, rindex.c:  Re-write in terms of strchr() and strrchr().
  531.     * functions.def:  Add the new functions.
  532.     * functions.def:  Add 4th parameter to DEF macro,
  533.     an ansidecl.h-style prototype.
  534.     * dummy.c:  Use expanded DEF macro to create a dummy function
  535.     call, with correct parameter types.  (This avoids some
  536.     complaints from gcc about predefined builtins.)
  537.  
  538.     Move the functionality of config/mh-default into Makefile.in.
  539.     This avoid duplication, and simplifies things slightly.
  540.     * Makefile.in:  Tweak so we don't need config/mh-default.
  541.     * README:  Update.
  542.     * configure.in:  No longer need config/mh-default.
  543.     * config/mh-default:  Deleted.
  544.     * config/mh-sysv:  Remove lines copied from old mh-default.
  545.  
  546. Tue Dec 17 05:46:46 1991  John Gilmore  (gnu at cygnus.com)
  547.  
  548.     * fdmatch.c (fdmatch):  Don't compare st_rdev, which is for
  549.     'mknod' device numbers.
  550.  
  551. Mon Dec 16 12:25:34 1991  Fred Fish  (fnf at cygnus.com)
  552.  
  553.     * fdmatch.c, Makefile.in:  Add new function that takes two
  554.     open file descriptors and returns nonzero if they refer to
  555.     the same file, zero otherwise.  (used in gdb)
  556.  
  557. Wed Dec 11 17:40:39 1991  Steve Chamberlain  (sac at rtl.cygnus.com)
  558.     From DJ:
  559.     * msdos.c: stub functions for dos.
  560.     * makefile.dos, configdj.bat: new.
  561.     * getopt.c: Don't include alloca-conf.h in a GO32 world.
  562.     
  563.  
  564. Tue Dec 10 04:14:49 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  565.  
  566.     * Makefile.in: infodir belongs in datadir.
  567.  
  568. Fri Dec  6 23:26:45 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  569.  
  570.     * Makefile.in: remove spaces following hyphens because bsd make
  571.       can't cope.  added standards.text support.  install using
  572.       INSTALL_DATA.
  573.  
  574.     * configure.in: remove commontargets as it is no longer a
  575.       recognized hook.
  576.  
  577. Thu Dec  5 22:46:46 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
  578.  
  579.     * Makefile.in: idestdir and ddestdir go away.  Added copyrights
  580.       and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
  581.       and mandir now keyed off datadir by default.
  582.  
  583. Fri Nov 22 19:15:29 1991  John Gilmore  (gnu at cygnus.com)
  584.  
  585.     * Makefile.in:  find-needed.awk does not fit in 14 chars.
  586.  
  587.     * Makefile.in:  Suppress error checking when compiling the test
  588.     program, because Ultrix make/sh aborts there due to a bug.
  589.  
  590. Fri Nov 22 12:23:17 1991  Per Bothner  (bothner at cygnus.com)
  591.  
  592.     * Makefile.in:  Re-did how EXTRA_OFILES is used to be more useful.
  593.     * README:  Explained how the auto-configuration works,
  594.     and how to add new files and/or configurations.
  595.  
  596. Fri Nov 22 09:45:23 1991  John Gilmore  (gnu at cygnus.com)
  597.  
  598.     * strtoul.c:  Avoid defining ULONG_MAX if already defined;
  599.     cast a const char * to char * for pedants.
  600.  
  601.     * getopt.c:  Only define "const" after local include files get to,
  602.     and only if they haven't defined it.
  603.  
  604. Thu Nov 21 16:58:53 1991  John Gilmore  (gnu at cygnus.com)
  605.  
  606.     * getcwd.c (remove getwd.c): GNU code should call getcwd().  We
  607.     emulate it with getwd() if available.  This avoids callers having
  608.     to find a MAXPATHLEN or PATH_MAX value from somewhere.
  609.     * Makefile.in, functions.def:  getwd->getcwd.
  610.     * configure.in:  Use generic case for every system.
  611.     * config/mh-{delta88,mach,rs6000,svr4}:  Remove.
  612.     * config/mh-sysv:  Use default handling, just add -DUSG.
  613.  
  614. Thu Nov 14 10:58:05 1991  Per Bothner  (bothner at cygnus.com)
  615.  
  616.     * Makefile.in, config/mh-default: Re-do make magic
  617.     so that for the default ("automatic") mode we only
  618.     compile the files we actually need.  Do this using
  619.     a recursive make:  The top-level generates the list
  620.     of needed files (loosely, the ones missing in libc),
  621.     and then passes that list to the recursive make.
  622.     * config/mh-mach:  Remove obsolete STRERROR-{C,O} macros.
  623.  
  624. Tue Nov 12 19:10:57 1991  John Gilmore  (gnu at cygnus.com)
  625.  
  626.     RS/6000 host support (grumble).
  627.  
  628.     * configure.in:  Build alloca-conf.h file from alloca-norm.h
  629.     (everything else) or alloca-botch.h (rs/6000).
  630.     * Makefile.in:  Include . on the include path.
  631.     * getopt.c:  Use alloca-conf.h.
  632.     * alloca-norm.h:  How to declare alloca on reasonable machines.
  633.     * alloca-botch.h: How to declare alloca on braindead machines.
  634.  
  635. Tue Nov 12 09:21:48 1991  Fred Fish  (fnf at cygnus.com)
  636.  
  637.     * concat.c :  New file, like concat() in gdb but can take a
  638.     variable number of arguments rather than fixed at 3 args.  For
  639.     now, client applications must supply an xmalloc(), which is a
  640.     front end function to malloc() that deals with out-of-memory
  641.     conditions.
  642.  
  643.     * Makefile.in:  Add concat.c and concat.o to appropriate macros.
  644.  
  645. Sat Nov  9 13:29:59 1991  Fred Fish  (fnf at cygnus.com)
  646.  
  647.     * config/mh-svr4:  Add sigsetmask to list of required functions.
  648.  
  649. Sun Nov  3 11:57:56 1991  Per Bothner  (bothner at cygnus.com)
  650.  
  651.     * vsprintf.c:  New file.
  652.     * functions.def, Makefile.in:  Add vsprintf.
  653.  
  654. Sun Oct 27 16:31:22 1991  John Gilmore  (gnu at cygnus.com)
  655.  
  656.     * configure.in, config/mh-rs6000:  Add rs/6000 host support.
  657.     * Makefile.in:  Compile with debug info.
  658.  
  659. Fri Oct 25 17:01:12 1991  Per Bothner  (bothner at cygnus.com)
  660.  
  661.     * Makefile.in, configure.in, and new files: dummy.c, functions.def,
  662.     config/mf-default:  Added a default configuration mode,
  663.     which includes into libiberty.a functions that are "missing" in libc.
  664.     * strdup.c, vprintf.c, vfprintf.c: New files.
  665.  
  666. Thu Oct 24 02:29:26 1991  Fred Fish  (fnf at cygnus.com)
  667.  
  668.     * config/hmake-svr4: New file.
  669.  
  670.     * config/hmake-sysv: Add HOST_CFILES and HOST_OFILES.
  671.  
  672.     * basename.c, bcmp.c, bcopy.c, bzero.c, getpagesize.c getwd.c,
  673.     index.c, insque.c, rindex.c, spaces.c, strstr.c, vfork.c: New
  674.     files containing either portable C versions or emulations using
  675.     native library calls.
  676.  
  677.     * strerror.c:  Add copyright, internal documentation, etc.
  678.  
  679.     * strtol.c:  Replace hardwired hex constants with some more
  680.     portable macros.  Remove illegal (according to gcc) cast.
  681.  
  682.     * strtoul.c: Replace hardwired hex constant with more portable
  683.     macro.
  684.  
  685.     * Makefile.in: Move TARGETLIB and CFLAGS where makefile fragments
  686.     can override them.  Add new source and object file names to CFILES
  687.     and OFILES respectively.
  688.  
  689.     * configure.in: Add support for SVR4 makefile fragments.
  690.  
  691. Tue Oct 22 19:00:23 1991  Steve Chamberlain  (steve at cygnus.com)
  692.  
  693.     * Makefile.in: Move RANLIB, AR and AR_FLAGS to where they can be
  694.     over-ridden by config/hmake-*
  695.     * configure.in: added m88kcvs to sysv list
  696.  
  697. Fri Oct  4 01:29:08 1991  John Gilmore  (gnu at cygnus.com)
  698.  
  699.     * Makefile.in:  Most hosts need strerror, but one or two don't,
  700.     and they override these definitions in the host-dependent makefile
  701.     fragment.
  702.     * config/hmake-mach:  The odd man out on strerror -- it's supplied.
  703.     * strerror.c:  New file.
  704.  
  705.     * strtol.c, strtoul.c:  Add strtol to libiberty, since Mach lacks
  706.     it and bfd uses it.
  707.     * configure.in, Makefile.in, config/hmake-mach:  Only configure
  708.     strtol & strotoul in on Mach.
  709.  
  710. Tue Sep  3 06:36:23 1991  John Gilmore  (gnu at cygint.cygnus.com)
  711.  
  712.     * obstack.c:  Merge with latest FSF version.
  713.